home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
comms
/
internet
/
html-related
/
envwww09
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1996-09-17
|
562b
|
19 lines
; install new presets
INSTALL PRESET="presets/html.syntax"
; create new menu/toolbar (based on the menu/toolbar currently used for editing text)
INSTALL PRESET="presets/html.menu" MERGEMENU "anytext"
INSTALL PRESET="presets/html.gadgets" MERGEGADGETS "anytext"
; modify standard toolbar
INSTALL PRESET="presets/standard.gadgets" MERGEGADGETS "anytext" REPLACE
; install new filetype
FILETYPE ADD="(#?.html|#?.htm)" DUP="anytext.html" PRI=127 PRESETS "html.syntax" "html.menu" "html.gadgets"
INFO MSG="Installation complete, please RESTART GoldED."